Skip to content

Wrong version of container starting from compose file #451

Answered by jshank
jshank asked this question in Q&A
Discussion options

You must be logged in to vote

Happy to share. Let me know if you see any red flags.

---
version: "3.8"

secrets:
  config_json:
    file: secrets.json

services:
  foundry:
    container_name: foundryvtt
    image: felddy/foundryvtt:release
    restart: unless-stopped
    hostname: shank_foundry_host
    init: true
    volumes:
      - type: bind
        source: ./data
        target: /data
      - type: bind
        source: ./foundry
        target: /home/foundry
      - type: bind
        source: '/mnt/media/seadrivecli/My Libraries/My Library/D&D'
        target: '/data/Data/D&D'
        read_only: true
      - type: bind
        source: '/mnt/media/music_organized'
        target: '/data/Data/music'
        read_only

Replies: 9 comments 9 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@felddy
Comment options

Comment options

You must be logged in to vote
1 reply
@felddy
Comment options

Answer selected by felddy
Comment options

You must be logged in to vote
7 replies
@jshank
Comment options

@felddy
Comment options

@jshank
Comment options

@jshank
Comment options

@felddy
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #446 on September 21, 2022 23:19.