Skip to content

Commit

Permalink
Reverted docker-compose platform setting
Browse files Browse the repository at this point in the history
  • Loading branch information
and-ratajski committed Jun 22, 2023
1 parent 3a581d4 commit 0c6c11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
dockerfile: ./.docker/${ENVIRONMENT}.Dockerfile
args:
- node_env_type=${ENVIRONMENT}
platform: linux/amd64
# platform: linux/amd64
image: creoox/cx-traefik-forward-auth:${APP_VERSION}
container_name: ${APP_NAME}-${APP_VERSION}
env_file:
Expand Down

0 comments on commit 0c6c11f

Please sign in to comment.