We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2af6f8 commit 5a7ab53Copy full SHA for 5a7ab53
swarm/assignment4.md
@@ -0,0 +1,9 @@
1
+## Make use of configurations
2
+* Replace the image for the db service
3
+ * Use `postgres:9.6-alpine`
4
+ * Keep the environment variables
5
+ * Mount the attached SQL file to `/docker-entrypoint-initdb.d/create_table.sql`
6
+* Make sure that no other service publishes port 80
7
+* Deploy the stack
8
+ * Use a new stack name if you previously deployed it
9
+ * Or delete the volumes from the node
0 commit comments