Remove platform from compose for Synology Container Manager compatibility
This commit is contained in:
parent
2cdc3f7b26
commit
a7d2e86c73
1 changed files with 0 additions and 4 deletions
|
|
@ -2,10 +2,6 @@ services:
|
|||
spotify-clone:
|
||||
image: git.khoavo.myds.me/vndangkhoa/spotify-clone:v3
|
||||
container_name: spotify-clone
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
platform: linux/amd64
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "3110:8080"
|
||||
|
|
|
|||
Loading…
Reference in a new issue