changed base images - fixed end of line sequence

This commit is contained in:
bisco 2023-11-15 10:39:49 +01:00
parent 108b9ed752
commit 7132cdc425

View File

@ -1,7 +1,7 @@
version: "3" version: "3"
services: services:
app: app:
image: app:slim image: app:debian
build: app build: app
expose: expose:
- "5000" - "5000"
@ -13,7 +13,7 @@ services:
- app - app
webserver: webserver:
image: webserver:proxy image: websrv:proxy
build: webserver build: webserver
expose: expose:
- "80" - "80"