Closed HannahFantasia closed 3 months ago
Is this docker setup made so that it does not turn on the e-mail port?
this is my result when doing sudo docker container ls --format "table {{.ID}}\t{{.Names}}\t{{.Ports}}" -a:
sudo docker container ls --format "table {{.ID}}\t{{.Names}}\t{{.Ports}}" -a
CONTAINER ID NAMES PORTS 619287aeacf1 aysvc_kitsu_processor 2a179bcc028f ayon-docker-worker-1 1f164c15b178 cgwire-kitsu 0.0.0.0:8800->80/tcp, :::8800->80/tcp 490f7ea3e3cc cgwire-zou-event f3d68752f372 cgwire-zou-app 3666327c21c8 cgwire-meilisearch 0.0.0.0:7700->7700/tcp, :::7700->7700/tcp 35016994ee2f cgwire-redis 6379/tcp 0fef65dafcc5 cgwire-zou-jobs 110e8b800c1b cgwire-db-12 5432/tcp 25d3864dd72a ayon-docker-server-1 0.0.0.0:5000->5000/tcp, :::5000->5000/tcp aa106068f0a1 ayon-docker-redis-1 6379/tcp a5e5116a2aec ayon-docker-postgres-1 5432/tcp
Oh I see now, an email server is not included in this docker compose. Will close this issue.
Is this docker setup made so that it does not turn on the e-mail port?
this is my result when doing
sudo docker container ls --format "table {{.ID}}\t{{.Names}}\t{{.Ports}}" -a
: