Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- name: beaverhabits
- services:
- beaverhabits:
- container_name: beaverhabits
- labels:
- - "com.centurylinklabs.watchtower.enable=true"
- environment:
- - FIRST_DAY_OF_WEEK=0
- - HABITS_STORAGE=USER_DISK
- ports:
- - 8345:8080
- restart: unless-stopped
- image: daya0576/beaverhabits:latest
Advertisement
Comments
-
- Hi, could u specify the "platform" option and try again: https://docs.docker.com/reference/compose-file/services/#platform
- ```
- name: beaverhabits
- services:
- beaverhabits:
- container_name: beaverhabits
- labels:
- - "com.centurylinklabs.watchtower.enable=true"
- environment:
- - FIRST_DAY_OF_WEEK=0
- - HABITS_STORAGE=USER_DISK
- ports:
- - 8345:8080
- restart: unless-stopped
- image: daya0576/beaverhabits:latest
- platform: linux/amd64 // here
- ```
Add Comment
Please, Sign In to add comment
Advertisement