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
1 changed files with 29 additions and 29 deletions

View File

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