We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c0032 commit 1b7677dCopy full SHA for 1b7677d
frontend/docker-compose.yml
@@ -2,6 +2,9 @@ services:
2
simple-frontend:
3
image: "romanowalex/simple-frontend:v2.0"
4
container_name: simple-frontend
5
+ platform: linux/amd64
6
+ environment:
7
+ BACKEND_HOST: localhost
8
ports:
9
- "8080:80"
10
healthcheck:
0 commit comments