Remove platform from compose for Synology Container Manager compatibility

This commit is contained in:
Khoa Vo 2026-03-20 21:52:14 +07:00
parent 2cdc3f7b26
commit a7d2e86c73

View file

@ -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"