-
|
Is there a For example I have a project with: services:
terraria:
image: ryshe/terraria:vanilla-latest
container_name: terraria
stdin_open: true
tty: true
restart: unless-stopped
ports:
- 7777:7777
volumes:
- worlds:/root/.local/share/Terraria/Worlds
volumes:
worlds:
driver: localIt is possible to do configuration beforehand, but without it the main process of the container starts an interactive prompt that the user needs to go through to set things up. So I usually just run I couldn't find any issue/discussion regarding this but also nothing in the documentation so I decided to ask before opening a feature request. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Theres not anything like this implemented, but once i finish the container rework part i can mayeb look at it as part of that. |
Beta Was this translation helpful? Give feedback.
Theres not anything like this implemented, but once i finish the container rework part i can mayeb look at it as part of that.