Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add a port in Docker compose
Apparently, this is obligatory now
  • Loading branch information
kthoden committed Jul 2, 2021
1 parent f5f988a commit f802c83
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yaml
@@ -1,7 +1,7 @@
version: '3.7'

services:

eoa_skripts:
build: .
image: ${IMAGE_NAME}
Expand All @@ -19,7 +19,8 @@ services:
- OUTPUT_DIR=${OUTPUT_DIR_IN_CONTAINER}
- DEPENDENCIES_DIR=${DEPENDENCIES_DIR_IN_CONTAINER}
- EOA_SCRIPTS_DIR=${SRC_DIR_IN_CONTAINER}
ports: []
ports:
- 17020
user: ${USER}:${GROUP}
working_dir: ${HOME_DIR_IN_CONTAINER}
tty: true

0 comments on commit f802c83

Please sign in to comment.